Sandbox_EN = {
	Sandbox_Airdrop = "Air Drop",

	Sandbox_RandomAirdrops_DefaultAirdropCoordinates = "Using Default Airdrop Coordinates",
	Sandbox_RandomAirdrops_DefaultAirdropCoordinates_tooltip = "If enabled - mod will use default coordinates table; <br> If disabled - it will use AirdropPosition.ini in lua folder of Zomboid. <BR> How to make custom spawn locations - read in mod description.",

    Sandbox_RandomAirdrops_DefaultAirdropLootTable = "Using Default Airdrop Loot Table",
    Sandbox_RandomAirdrops_DefaultAirdropLootTable_tooltip = "If enabled - mod will use default loot table; <br> If disabled - it will use AirdropLootTable.ini in lua folder of Zomboid. <BR> How to make custom loot table - read in mod description.",

	Sandbox_RandomAirdrops_AirdropRemovalTimer = "Airdrop Removal Time",
	Sandbox_RandomAirdrops_AirdropRemovalTimer_tooltip = "In game hours until airdrop despawn",

	Sandbox_RandomAirdrops_AirdropFrequency = "Airdrop Frequency",
	Sandbox_RandomAirdrops_AirdropFrequency_tooltip = "Chance to spawn any airdrop every in game hour. Spawns only once a day.",

	Sandbox_RandomAirdrops_AirdropTickCheck = "Airdrop Chunk Check Tick",
	Sandbox_RandomAirdrops_AirdropTickCheck_tooltip = "This is the most performance important variable, impacts in how many ticks the server will WAIT to check player in area to spawn/olddespawn the airdrop (the airdrop doesnt spawn if player is not rendering it).",

	Sandbox_RandomAirdrops_AirdropDisableDespawn = "Disable Despawn",
	Sandbox_RandomAirdrops_AirdropDisableDespawn_tooltip = "Removes the despawn in game hours system for airdrops.",

	Sandbox_RandomAirdrops_AirdropDisableOldDespawn = "Disable Old Despawn",
	Sandbox_RandomAirdrops_AirdropDisableOldDespawn_tooltip = "Disables the despawn all airdrops system when the server/game start.",

	Sandbox_RandomAirdrops_AirdropConsoleDebug = "Debug Cache",
	Sandbox_RandomAirdrops_AirdropConsoleDebug_tooltip = "Print console debugging for cache airdrops.",

	Sandbox_RandomAirdrops_AirdropConsoleDebugCoordinates = "Debug Coordinates",
	Sandbox_RandomAirdrops_AirdropConsoleDebugCoordinates_tooltip = "Print console debugging for coordinates airdrops when spawn, disabling that you cannot know in server-console.txt when and where the airdrop spawned.",
}
